home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / star_catcher.swf / scripts / DefineSprite_155 / frame_6 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  110 b   |  5 lines

  1. if(Math.random() > 0.1 || _root.fallingObjs_arr.length < _root.OBJ_MIN)
  2. {
  3.    _root.fnLaunchObj("star");
  4. }
  5.